ZgRNS Git Node
Commit 4e5286eaa0650dac92951d1c04462e9ca18dade2
Parents : f0561f3
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-04-08T15:10:05-05:00
Remove deprecated configuration files: .deepsource.toml, flake.lock, flake.nix, and renovate.json.
Changes
4 files changed, 0 insertions(+), 106 deletions(-)
Diff
diff --git a/.deepsource.toml b/.deepsource.toml
deleted file mode 100644
index 0ac63d3..0000000
--- a/.deepsource.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-version = 1
-
-[[analyzers]]
-name = "python"
-
- [analyzers.meta]
- runtime_version = "3.x.x"
\ No newline at end of file
diff --git a/flake.lock b/flake.lock
deleted file mode 100644
index c2cc24a..0000000
--- a/flake.lock
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "nodes": {
- "flake-utils": {
- "inputs": {
- "systems": "systems"
- },
- "locked": {
- "lastModified": 1731533236,
- "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
- "owner": "numtide",
- "repo": "flake-utils",
- "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
- "type": "github"
- },
- "original": {
- "owner": "numtide",
- "repo": "flake-utils",
- "type": "github"
- }
- },
- "nixpkgs": {
- "locked": {
- "lastModified": 1766902085,
- "narHash": "sha256-coBu0ONtFzlwwVBzmjacUQwj3G+lybcZ1oeNSQkgC0M=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "c0b0e0fddf73fd517c3471e546c0df87a42d53f4",
- "type": "github"
- },
- "original": {
- "owner": "NixOS",
- "ref": "nixos-unstable",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
- "root": {
- "inputs": {
- "flake-utils": "flake-utils",
- "nixpkgs": "nixpkgs"
- }
- },
- "systems": {
- "locked": {
- "lastModified": 1681028828,
- "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
- "owner": "nix-systems",
- "repo": "default",
- "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
- "type": "github"
- },
- "original": {
- "owner": "nix-systems",
- "repo": "default",
- "type": "github"
- }
- }
- },
- "root": "root",
- "version": 7
-}
diff --git a/flake.nix b/flake.nix
deleted file mode 100644
index a29f358..0000000
--- a/flake.nix
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- description = "A simple way to serve pages and files over the Reticulum network";
-
- inputs = {
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
- flake-utils.url = "github:numtide/flake-utils";
- };
-
- outputs = { self, nixpkgs, flake-utils }:
- flake-utils.lib.eachDefaultSystem (system:
- let
- pkgs = import nixpkgs {
- inherit system;
- };
-
- python = pkgs.python3;
-
- pythonPackages = python.pkgs;
- in
- {
- devShells.default = pkgs.mkShell {
- buildInputs = with pkgs; [
- python
- poetry
- go-task
- pythonPackages.build
- pythonPackages.pip
- pythonPackages.setuptools
- pythonPackages.wheel
- pythonPackages.ruff
- ];
- };
- });
-}
-
diff --git a/renovate.json b/renovate.json
deleted file mode 100644
index 7190a60..0000000
--- a/renovate.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "$schema": "https://docs.renovatebot.com/renovate-schema.json"
-}
Served by rngit 1.5.2 - Generated in 0.06s